home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / demo / prepare.sit / Prepare() Demo Issue / Prepare() / Manual Pages / BListDefProc.bin / BListDefProc
Encoding:
Text File  |  1990-01-01  |  928 b   |  26 lines  |  [TEXT/Brow]

  1.  
  2. BListDefProc
  3. (Honors Class)
  4.  
  5. Introduction
  6.  
  7. BListDefProc implements a subclass of CObject that can be used as an object-oriented List Definition Procedure.  The techniques of doing this are identical to the CMenuDefProc class.
  8.  
  9. You should declare a subclass of BListDefProc to implement your definition procedure, and make sure that you have a unique LDEF stub resource for each instance of a BListDefProc.
  10.  
  11. Heritage
  12.  
  13. Superclass    CObject
  14. Subclasses    BTextLDEF
  15.               BPstrLDEF
  16.               BDirLDEF
  17.  
  18. Using BListDefProc
  19.  
  20. For an example of using a BListDefProc, see the source of one of the subclasses listed above.
  21.  
  22. Instance Variables, Methods, Functions, Resources, and Summary
  23.  
  24. This demo issue of Prepare() does not include the detailed information on each instance variable, method, function, and resource defined in this file.  Subscribers receive complete source and manual pages for every class in each issue.
  25.  
  26.